Fix obvious mistake.
authorJonathan Blandford <jrb@redhat.com>
Thu, 30 Aug 2001 23:36:26 +0000 (23:36 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Thu, 30 Aug 2001 23:36:26 +0000 (23:36 +0000)
Thu Aug 30 19:34:38 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkdialog.sgml

index ede6596334b2199630daf3b25792a3c888f8cb2f..059289de3ff2be0840b9538a58baa4955accc1cb 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 30 19:34:38 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake.
+
 Tue Aug 21 12:42:19 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtk-sections.txt: Remove GtkPacker
index ccc6a3105b777b70843b19240372cddde547fffa..6f66e231f4f7966a4feef12b59559d0e9e1bdbd9 100644 (file)
@@ -14,12 +14,12 @@ require extensive effort on the user's part.
 </para>
 
 <para>
-Gtk+ treats a dialog as a window split horizontally. The top section is a
-#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should be
-packed. The second area is known as the
-<structfield>action_area</structfield>. This is generally used for packing
-buttons into the dialog which may perform functions such as cancel, ok, or
-apply. The two areas are separated by a #GtkHSeparator.
+Gtk+ treats a dialog as a window split vertically. The top section is a
+#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should
+be packed. The bottom area is known as the
+<structfield>action_area</structfield>. This is generally used for
+packing buttons into the dialog which may perform functions such as
+cancel, ok, or apply. The two areas are separated by a #GtkHSeparator.
 </para>
 
 <para>